home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 00 / 9 / DISK0096.ZIP / S-PUBLSH < prev    next >
Text File  |  1983-11-25  |  9KB  |  234 lines

  1. This information was downloaded from THE SOURCE in November, 1983, for
  2. use by current SOURCE subscribers who may want to know how to publish
  3. for profit on the electronic network. This was downloaded and edited by
  4. Vince Heiker, 6027 Hageman Road, Mehlville, MO 63128, 314-822-2800
  5. (work), 314-842-4361 (home), Email 70426,33; Smail STG422; PLATO
  6. pca/vince e heiker/lime01.  Please drop me a note if you have pubic
  7. domain items to trade.
  8. ---------------------------------------------------------------------
  9.  
  10. User Publishing programs are produced, maintained and supported only by 
  11. the subscribers whose accounts are listed with each title. Like all 
  12. materials on THE SOURCE, they are not guaranteed or warranted by STC.
  13.  
  14. THE SOURCE reserves the right to remove from the system any publicly 
  15. accessible material which, in the judgement of its editors, is unsuitable 
  16. for our service. Material is considered publicly accessible whenever it 
  17. is made available to all or most users through on-line announcements or 
  18. other means.
  19.  
  20. USING "PUBLIC"
  21.  
  22. The purpose of this service is to facilitate the location and access of
  23. programs and files created by SOURCE subscribers. It is also hoped that
  24. information provided here will enable more subscribers to become User-
  25. Publishers.
  26.  
  27. User-Publishing may be reached by typing PUBLIC at Command Level, or as 
  28. selection #5 in "CREATING AND COMPUTING" on THE SOURCE menu. The data-
  29. base uses a slightly modified version of the standard menu program. 
  30. Selections are made by typing the selection number at the prompt.
  31.  
  32. BECOMING A PUBLISHER
  33.  
  34. The magazines, catalogs, programs and utilities appearing in PUBLIC 
  35. originated as Shared Files advertised to THE SOURCE community via POST 
  36. categories. If you wish to add your files to PUBLIC, you first need a 
  37. program to format them under a menu that readers can select from. If you 
  38. lack a programming background, you may use the software that most User- 
  39. Publishers have. Select Option 3 from the previous menu for details.
  40.  
  41. "Test-market" your material by advertising it in POST, and if response is 
  42. favorable, contact STCPUB with the command string, a description of the 
  43. material and your name and mailing address. If it is accepted for inclusion 
  44. in PUBLIC, you'll receive a contract to sign via U.S. mail. Subscribers 
  45. whose material appears in PUBLIC receive a quarterly royalty payment based 
  46. on the total billable time logged on their programs, and are responsible 
  47. for their file storage costs and the online time needed to compose, update 
  48. and promote their files.
  49.  
  50. STC judges each submission on the basis of literary/artistic merit and 
  51. legitimate public purpose.
  52.  
  53. Effective Oct. 1, 1982, the royalty rates for PUBLIC are as follows:
  54.  
  55. Billable usage/month   Royalty percentage
  56. --------------------   ------------------
  57.   $1000.00 or more           17.5%
  58.  $500.00 - $999.99           15.0%
  59.  $250.00 - $499.99           12.5%
  60.   $249.99 or less            10.0%
  61.  
  62. PUBLIC SOFTWARE
  63.  
  64. To format a magazine, catalog or a collection of files under a menu 
  65. program, first read the FILES section of THE SOURCE User's Manual and 
  66. familiarize yourself with the text editor and file composition. Type 
  67. HELP SHAREFILES to learn how the Shared File system operates, and create 
  68. a SHAREFILES area in your User File Directory.
  69.  
  70. 1. Attach to your SHAREFILES area with the ASF command. To acquire the 
  71. software to manage your publication, use a version of the COPY command:
  72.  
  73. -> GETSHR
  74. Get file from what user's SFILES area? STCPUB
  75. Enter file name: READ.BASIC
  76. Enter new name or c/r: <RETURN>
  77.  
  78. Copy the following utilities using the same sequence, substituting these 
  79. titles for READ.BASIC:
  80.  
  81. HEADER
  82. MENU.FILE
  83. MENU.MAINT
  84. READ.LOG
  85.  
  86. (READ.LOG is optional; this utility will log the ID of every subscriber 
  87. who reads your files. While providing useful feedback on subscriber 
  88. interest, this file can grow rapidly and add to your file storage costs.)
  89.  
  90. 2. Contact STCPUB to have STC modify subscriber access rights to your 
  91. SFILES area to allow automatic logging of I.D.s in READ.LOG and an 
  92. automatic noting on your menu each time a subscriber reads your files. 
  93. Your program will not run until this change has been made.
  94.  
  95. 3. Change the ID in the READ.BASIC file from STCPUB to yours, using the 
  96. text editor:
  97.  
  98. -> ED READ.BASIC
  99. EDIT
  100. L STCPUB
  101. 120 O$="SFILES>STCPUB>"
  102. C/STCPUB/YOUR-ID
  103. 120 O$="SFILES>YOUR-ID>"
  104. FILE
  105. READ.BASIC
  106. ->
  107.  
  108. You may also change the name of the READ program to a short title 
  109. appropriate to your publication's contents (for advertising purposes) 
  110. by editing Line 130:
  111.  
  112. -> ED READ.BASIC
  113. EDIT
  114. L "READ"
  115. 130 P$="READ"
  116. C/READ/YOUR-PROGRAM-NAME
  117. 130 P$="YOUR-PROGRAM-NAME"
  118. FILE
  119. READ.BASIC
  120. ->
  121.  
  122. 4. Now that you have changed the ID line of programming (and perhaps 
  123. the program-name line as well) in the ASCII version of the READ utility, 
  124. you must compile it. (Be patient; BASICV will take a few moments to 
  125. carry out your commands.)
  126.  
  127. -> BASICV
  128. BASICV REV19.0
  129. > LOAD READ.BASIC
  130. > COMPILE READ (or your new name for READ)
  131. > QUIT
  132. ->
  133.  
  134. 5. Design a "title page" for your publication by editing the HEADER file
  135. (-> ED HEADER); this file will scroll out prior to your menu. Press 
  136. RETURN to use the INPUT mode, and enter your text and any design you wish.
  137.  
  138. 6. Upload or create your files online in your SHAREFILES area, giving each 
  139. a short title.
  140.  
  141. 7. To attach them to your MENU.FILE, use the Menu Maintenance utility:
  142.  
  143. -> BASICV MENU.MAINT
  144.  
  145. (A)dd your files, (T)ime each so that the amount of time it takes to 
  146. read each file will appear on your menu, and (S)ave these additions. 
  147. (The (T)ime function may take a while, depending on the length of the 
  148. file.)
  149.  
  150. 8. To review your publication, type:
  151.  
  152. -> WHOM;BASICV READ (or YOUR-PROGRAM-NAME)
  153.  
  154. (If you chose not to retain READ.LOG, delete  WHOM;  from this command.)
  155.  
  156. 9. Type TY READ.LOG to see how this file logs in date, time, ID and 
  157. selections read.
  158.  
  159. 11. The READ program has a REVISION feature that allows you to add 
  160. updates to a particular file, so that subscribers may opt to read only 
  161. your revisions and not the entire file. For instructions on using this 
  162. feature, type:
  163.  
  164. -> TYPSHR
  165. From what user's SFILES area? STCPUB
  166. Enter file or pathname: REVISION
  167.  
  168. 11. To advertise your material, use POST categories PUBLIC-FILES, USER-
  169. PUBLISHING, BULLETIN-BOARD and others appropriate to its content. Refer 
  170. subscribers to your files with the command string:
  171.  
  172. -> WHOM;BASICV SFILES>YOUR-ID>READ
  173.    (or YOUR-PROGRAM-NAME)
  174.  
  175. Remember, if you deleted READ.LOG, leave out  WHOM;  and if you changed 
  176. the name of READ, use the new name.
  177.  
  178. For instructions on updating your material, type:
  179.  
  180. -> TYPSHR
  181. From what user's SFILES area? STCPUB
  182. Enter file or pathname: UPDATE
  183.  
  184. CURRENT USER PUBLICATIONS
  185.  
  186.      TITLE            LOCATION NUMBER  PUBLISHER
  187.  
  188. APPLE CITY                  113        (TCD912)
  189. BLIND PHAROAH               162        (DMO049)
  190. CLASSIC & EXOTIC CARS       173        (CL3309)
  191. CROSSWORD PUZZLES           142        (ST9912)
  192. DIAL-A-DATE                 122        (TCA550)
  193. DICHECK                     132        (TCC744)
  194. ELEPHANT WALK ENTERPRISES   172        (TCT170)
  195. IBM PC GAZETTE              114        (TCA257)
  196. IMAGE MICRO CATALOG         171        (ST7367)
  197. THE MUSES                   151        (TCP831)
  198. MYLAR'S WARP                161        (MDR002)
  199. NEWSBYTES                   155        (STH256)
  200. OXBRIDGE LEGAL FORMS        123        (STN250)
  201. PAR MT. TELEGRAPH           153        (TCS780)
  202. PRODUCT REVIEWS             116        (TCY617)
  203. PUBLIC ACCESS SYSTEMS       112        (TCU583)
  204. REAL TIMES MAGAZINE         117        (TCS091)
  205. RIDEXCHANGE                 121        (ST0926)
  206. S.A.U.G. MAGAZINE           115, 133   (TCA265)
  207. S.A.U.G. LIBRARIES          22         (TCA265)
  208. S.I.G.O.P. LIBRARY          21         (TCV176)
  209. SOURCETREK                  152        (TCE054)
  210. TELERESOURCE                174        (ST3899)
  211. TRADEWINDS                  111        (CL3035)
  212. VAULT OF AGES               141        (TCY971)
  213. W_I_N_K MAGAZINE            154, 131   (TCV176)
  214.  
  215. USER PUBLISHING CATEGORIES  
  216.  
  217. 1  THE WORLD OF COMPUTING
  218. 2  SERVICES
  219. 3  USING THE SOURCE
  220. 4  GAMES AND CREATIONS
  221. 5  MAGAZINES AND JOURNALS
  222. 6  NOVELS
  223. 7  THINGS FOR SALE
  224.  
  225. MEMBERS ONLY PUBLICATIONS   
  226.  
  227. 1  SIGOP LIBRARY         TCV176
  228. 2  S.A.U.G. LIBRARIES    TCA265
  229.  
  230. ALL ABOUT USER-PUBLISHING   
  231.  
  232. 1  USING "PUBLIC"
  233. 2  BECOMING A PUBLISHER
  234. 3  PUBLIC SOFTWARE